From eba2d6cf61e322095b8551be1fdb46ee4153b4c8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Sep 2010 12:45:51 -0400 Subject: [PATCH] autogen.sh: run gtkdocize before aclocal --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 71709baa84..1ad0b06970 100755 --- a/autogen.sh +++ b/autogen.sh @@ -110,10 +110,11 @@ rm -rf autom4te.cache # regenerated from their corresponding *.in files by ./configure anyway. touch README INSTALL +gtkdocize || exit $? + $ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $? libtoolize --force || exit $? -gtkdocize || exit $? autoheader || exit $? -- 2.30.2